deciding which ergm terms to use based on the data
Marriage / Cohab Network
Age Mixing
options:
nodematch(agecat) absdiff / absdiffby (age / sqrt age?)
Existing Relationships
nodefactor(deg.other, base=?)
## Warning: Setting row names on a tibble is deprecated.
Offsets
sex, concurrent
# Other Network
Marriage/Cohab Network
- nodecov(age) seems reasonable
- absdiff(sqrtage)?
- nodefactor(deg.other, levels=-1)
- do i need a deg(0)?
- offsets: sex, concurrent
Other Network
- nodefactor(agecat, levels:c(1:2)) ? (keep 15:19 and 20:24)
- absdiff(sqrtage)
- nodefactor(deg.marcoh, levels=-1)
- do i need a deg(0)?
- offsets: sex